.main2-timeicon {
    background-image: url(../images/TIME.png);
    background-size: 100% 100%;
    width: 13px;
    height: 13px;
    margin-top: 4px;
    margin-right: 5px;
}

.main2-addressicon {
    background-image: url(../images/ADDRESS.png);
    background-size: 100% 100%;
    width: 13px;
    height: 13px;
    margin-top: 4px;
    margin-right: 5px;
}

.main1-timeicon {
    background-image: url(../images/TIME.png);
    background-size: 100% 100%;
    width: 13px;
    height: 13px;
    margin-top: 4px;
    margin-right: 5px;
}

.index-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 5px;
    background: #FAC000;
    width: 60px;
}

.picbase1s {
	width: 100% !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.picbase1s .picbase1 {
    width: 100% !important;
}

.picbase1s .picbase1 img {
    width: 100% !important;
    /* object-fit: cover; */
    overflow: hidden;
}

.picbase1s::before {
    width: 0;
    display: none;
}

.picbase1s::after {
    width: 0;
    display: none;
}

.container {
    padding-left: 45px;
    padding-right: 45px;
}

.banner {
    position: relative;
}

.banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, transparent, black);
    box-shadow: none !important;
    border: none !important;
    border-bottom: none !important;
}  

.banner::before {
    top: 0;
    background-size: 100% 200%; /* Double the height to create the inward gradient */
    background-position: 0 -100%; /* Shift the gradient upward */
    z-index: 100;
    box-shadow: none !important;
}  

.picbase1-slidenav li img {
    display: none !important;
    opacity: 0 !important;
}

